LinuxQMISDK  SLQS04.00.23
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WdsPktStatisticsElmnts Struct Reference

Data Fields

ULONG * pTXPacketSuccesses
 
ULONG * pRXPacketSuccesses
 
ULONG * pTXPacketErrors
 
ULONG * pRXPacketErrors
 
ULONG * pTXPacketOverflows
 
ULONG * pRXPacketOverflows
 
ULONGLONG * pTXOkBytesCount
 
ULONGLONG * pRXOkBytesCount
 
ULONGLONG * pTXOKBytesLastCall
 
ULONGLONG * pRXOKBytesLastCall
 
ULONG * pTXDroppedCount
 
ULONG * pRXDroppedCount
 

Detailed Description

WDS Pkt Statistics request data structure for individual session

Parameters
pTXPacketSuccesses
  • Number of transmitted Packets without error.
pRXPacketSuccesses
  • Number of received Packets without error.
pTXPacketErrors
  • Number of outgoing packets with framing errors.
pRXPacketErrors
  • Number of incoming packets with framing errors.
pTXPacketOverflows
  • Number of packets dropped because Tx buffer overflowed (out of memory).
pRXPacketOverflows
  • Number of packets dropped because Rx buffer overflowed (out of memory).
pTXOkBytesCount
  • Number of bytes transmitted without error.
pRXOkBytesCount
  • Number of bytes received without error.
pTXOKBytesLastCall
  • Number of bytes transmitted without error during the last data call (0 if no call was made earlier). Returned only if not in a call, and when the previous call was made using RmNet (for any devices that support
pRXOKBytesLastCall
  • Number of bytes received without error during the last data call (0 if no call was made earlier). Returned only if not in a call, and when the previous call was made using RmNet (for any devices that support
pTXDroppedCount
  • Number of outgoing packets dropped.
pRXDroppedCount
  • Number of incoming packets dropped.

Field Documentation

ULONG* WdsPktStatisticsElmnts::pRXDroppedCount
ULONGLONG* WdsPktStatisticsElmnts::pRXOkBytesCount
ULONGLONG* WdsPktStatisticsElmnts::pRXOKBytesLastCall
ULONG* WdsPktStatisticsElmnts::pRXPacketErrors
ULONG* WdsPktStatisticsElmnts::pRXPacketOverflows
ULONG* WdsPktStatisticsElmnts::pRXPacketSuccesses
ULONG* WdsPktStatisticsElmnts::pTXDroppedCount
ULONGLONG* WdsPktStatisticsElmnts::pTXOkBytesCount
ULONGLONG* WdsPktStatisticsElmnts::pTXOKBytesLastCall
ULONG* WdsPktStatisticsElmnts::pTXPacketErrors
ULONG* WdsPktStatisticsElmnts::pTXPacketOverflows
ULONG* WdsPktStatisticsElmnts::pTXPacketSuccesses

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved